home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Microsoft / Expression Blend / Blend.en.msi / Sparkle.Template.VisualBasic.Application.xaml.vb.en < prev    next >
Encoding:
Text File  |  2006-08-29  |  396 b   |  16 lines

  1. Imports System
  2. Imports System.IO
  3. Imports System.Net
  4. Imports System.Security
  5. Imports System.Security.Permissions
  6. Imports System.Windows
  7. Imports System.Windows.Controls
  8. Imports System.Windows.Data
  9. Imports System.Windows.Media
  10. Imports System.Windows.Media.Animation
  11. Imports System.Windows.Navigation
  12.  
  13. Partial Public Class $safeitemname$
  14.     Inherits System.Windows.Application
  15. End Class
  16.